Uses of Class
nz.co.cks.tms.xml.Attrib

Packages that use Attrib
nz.co.cks.tms.xml   
 

Uses of Attrib in nz.co.cks.tms.xml
 

Methods in nz.co.cks.tms.xml that return Attrib
 Attrib NcbServiceType.getAttrib(int index)
          Method getAttrib
 Attrib[] NcbServiceType.getAttrib()
          Method getAttrib
 Attrib NcbServiceType.removeAttrib(int index)
          Method removeAttrib
static Attrib Attrib.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Methods in nz.co.cks.tms.xml with parameters of type Attrib
 void NcbServiceType.addAttrib(Attrib vAttrib)
          Method addAttrib
 void NcbServiceType.addAttrib(int index, Attrib vAttrib)
          Method addAttrib
 void NcbServiceType.setAttrib(int index, Attrib vAttrib)
          Method setAttrib
 void NcbServiceType.setAttrib(Attrib[] attribArray)
          Method setAttrib